home *** CD-ROM | disk | FTP | other *** search
/ maniac syndROMe 1 / maniac syndROMe 1.iso / pc / movies / mb34.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1996-03-23  |  148 b   |  11 lines

  1. on exitFrame
  2.   global auto
  3.   if auto = 1 then
  4.     if the timer < (3 * 60) then
  5.       go(the frame)
  6.     end if
  7.   else
  8.     go(the frame)
  9.   end if
  10. end
  11.